Just as described in topic title, I want to get related incidents according to the given words in composer by REST API. From the list API document (https://developer.pagerduty.com/api-reference/9d0b4b12e36f9-list-incidents), I can’t find a parameter. I want to know if PagerDuty REST API support to do like that. I’ll very appreciate it if you can help me.
Can i use REST API to list incident by some key words in incident title
Hi Ray. The current API is limited in what fields can be used to sort:
{"error":{"message":"Invalid Input Provided","code":2001,"errors":["Sort by must be a list of incident_number, created_at, resolved_at, urgency, or priority, optionally appended with :ASC or :DESC."]}}